home *** CD-ROM | disk | FTP | other *** search
/ 3D Games - Real-time Rend…ng & Software Technology / 3D Games - Real-time Rendering & Software Technology.iso / flysdk / util / flyFonts / Fonts.rc < prev    next >
Encoding:
Text File  |  2000-03-29  |  4.9 KB  |  190 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. /////////////////////////////////////////////////////////////////////////////
  25. //
  26. // Dialog
  27. //
  28.  
  29. IDD_FONTS_DIALOG DIALOGEX 0, 0, 247, 196
  30. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  31. EXSTYLE WS_EX_APPWINDOW
  32. CAPTION "Fonts"
  33. FONT 8, "MS Sans Serif", 0, 0, 0x1
  34. BEGIN
  35.     PUSHBUTTON      "Exit",IDCANCEL,185,115,55,14
  36.     PUSHBUTTON      "Font",IDC_FONT,185,45,55,14
  37.     LTEXT           "No Font",IDC_FONTNAME,15,5,135,8
  38.     PUSHBUTTON      "Save",IDC_SAVE,185,60,55,14
  39.     PUSHBUTTON      "128",IDC_128,185,80,55,14
  40.     PUSHBUTTON      "256",IDC_256,185,95,55,14
  41.     CONTROL         132,IDC_STATIC,"Static",SS_BITMAP,185,5,54,30
  42. END
  43.  
  44.  
  45. #ifndef _MAC
  46. /////////////////////////////////////////////////////////////////////////////
  47. //
  48. // Version
  49. //
  50.  
  51. VS_VERSION_INFO VERSIONINFO
  52.  FILEVERSION 1,0,0,1
  53.  PRODUCTVERSION 1,0,0,1
  54.  FILEFLAGSMASK 0x3fL
  55. #ifdef _DEBUG
  56.  FILEFLAGS 0x1L
  57. #else
  58.  FILEFLAGS 0x0L
  59. #endif
  60.  FILEOS 0x4L
  61.  FILETYPE 0x1L
  62.  FILESUBTYPE 0x0L
  63. BEGIN
  64.     BLOCK "StringFileInfo"
  65.     BEGIN
  66.         BLOCK "040904B0"
  67.         BEGIN
  68.             VALUE "CompanyName", "\0"
  69.             VALUE "FileDescription", "Fonts MFC Application\0"
  70.             VALUE "FileVersion", "1, 0, 0, 1\0"
  71.             VALUE "InternalName", "Fonts\0"
  72.             VALUE "LegalCopyright", "Copyright (C) 2000\0"
  73.             VALUE "LegalTrademarks", "\0"
  74.             VALUE "OriginalFilename", "Fonts.EXE\0"
  75.             VALUE "ProductName", "Fonts Application\0"
  76.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  77.         END
  78.     END
  79.     BLOCK "VarFileInfo"
  80.     BEGIN
  81.         VALUE "Translation", 0x409, 1200
  82.     END
  83. END
  84.  
  85. #endif    // !_MAC
  86.  
  87.  
  88. /////////////////////////////////////////////////////////////////////////////
  89. //
  90. // DESIGNINFO
  91. //
  92.  
  93. #ifdef APSTUDIO_INVOKED
  94. GUIDELINES DESIGNINFO DISCARDABLE 
  95. BEGIN
  96.     IDD_FONTS_DIALOG, DIALOG
  97.     BEGIN
  98.         LEFTMARGIN, 7
  99.         RIGHTMARGIN, 240
  100.         TOPMARGIN, 7
  101.         BOTTOMMARGIN, 189
  102.     END
  103. END
  104. #endif    // APSTUDIO_INVOKED
  105.  
  106. #endif    // English (U.S.) resources
  107. /////////////////////////////////////////////////////////////////////////////
  108.  
  109.  
  110. /////////////////////////////////////////////////////////////////////////////
  111. // Portuguese (Brazil) resources
  112.  
  113. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_PTB)
  114. #ifdef _WIN32
  115. LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN
  116. #pragma code_page(1252)
  117. #endif //_WIN32
  118.  
  119. #ifdef APSTUDIO_INVOKED
  120. /////////////////////////////////////////////////////////////////////////////
  121. //
  122. // TEXTINCLUDE
  123. //
  124.  
  125. 1 TEXTINCLUDE DISCARDABLE 
  126. BEGIN
  127.     "resource.h\0"
  128. END
  129.  
  130. 2 TEXTINCLUDE DISCARDABLE 
  131. BEGIN
  132.     "#include ""afxres.h""\r\n"
  133.     "\0"
  134. END
  135.  
  136. 3 TEXTINCLUDE DISCARDABLE 
  137. BEGIN
  138.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  139.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  140.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  141.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  142.     "\r\n"
  143.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  144.     "#ifdef _WIN32\r\n"
  145.     "LANGUAGE 9, 1\r\n"
  146.     "#pragma code_page(1252)\r\n"
  147.     "#endif //_WIN32\r\n"
  148.     "#include ""Fonts.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  149.     "#include ""afxres.rc""         // Standard components\r\n"
  150.     "#endif\r\n"
  151.     "\0"
  152. END
  153.  
  154. #endif    // APSTUDIO_INVOKED
  155.  
  156.  
  157. /////////////////////////////////////////////////////////////////////////////
  158. //
  159. // Bitmap
  160. //
  161.  
  162. IDB_BITMAP1             BITMAP  DISCARDABLE     "splash.bmp"
  163. #endif    // Portuguese (Brazil) resources
  164. /////////////////////////////////////////////////////////////////////////////
  165.  
  166.  
  167.  
  168. #ifndef APSTUDIO_INVOKED
  169. /////////////////////////////////////////////////////////////////////////////
  170. //
  171. // Generated from the TEXTINCLUDE 3 resource.
  172. //
  173. #define _AFX_NO_SPLITTER_RESOURCES
  174. #define _AFX_NO_OLE_RESOURCES
  175. #define _AFX_NO_TRACKER_RESOURCES
  176. #define _AFX_NO_PROPERTY_RESOURCES
  177.  
  178. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  179. #ifdef _WIN32
  180. LANGUAGE 9, 1
  181. #pragma code_page(1252)
  182. #endif //_WIN32
  183. #include "Fonts.rc2"  // non-Microsoft Visual C++ edited resources
  184. #include "afxres.rc"         // Standard components
  185. #endif
  186.  
  187. /////////////////////////////////////////////////////////////////////////////
  188. #endif    // not APSTUDIO_INVOKED
  189.  
  190.